Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virgo pufs support #8

Open
wants to merge 58 commits into
base: virgo_soc_support
Choose a base branch
from
Open

Conversation

junaidaslamRS
Copy link
Collaborator

@junaidaslamRS junaidaslamRS commented Sep 12, 2024

  • In this, all the necessary driver support files like Kconfig and CMakelists entry are introduced.

  • Existing PUFcc driver is ported with refactoring to enable building on the platform.

  • Slight integration with Zephyr Device Model done.

  • Introducing Sign verification session on Zephyr Crypto API.

  • Implementing the Zephyr Crypto API calls.

  • Implementing the wrappers / API calls for sign verification w.r.t Zephyr Sign verification API.

  • Crypto OTP Mem API Done.

  • Testing of Crypto PUFs OTP Memory done

  • Testing of Hash and Hash with scatter gather dma done.

  • Testing of Decryption done.

  • Testing of Sign verification done.

@@ -181,12 +181,18 @@
status = "disabled";
};

pufcc: pufcc@A0130000 {
pufs: pufcc@A0130000 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some unnecessary spaces that dont look pretty. They are in addition to the tabs. I would appreciate it if they are removed

Copy link
Collaborator Author

@junaidaslamRS junaidaslamRS Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove them in the xCB pull request in both files (dtsi and dts). I looked at the .dtsi and .dts files. I think these extra spacing are appearing in git. In vscode, i see them with correct indentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants